13 lines
228 B
Text
13 lines
228 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/g_head Add node to head of group}
|
||
|
|
||
|
[
|
||
|
int - group ID
|
||
|
int - node ID
|
||
|
] * N
|
||
|
|
||
|
Adds the node to the head (first to be executed) of the group.
|
||
|
|