GgedStruct.pick

pick!(Args...)(ijk) Argsにない次元の要素がijkの位置を含むArgs.length次元のgged配列を返す pick!0(ijk)では、ijkを含む0次元目への1次配列になる

template pick(ns...)
@nogc nothrow
pick
(
Args...
)
(
Args value
)

Members

Functions

pick
auto pick(Args value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta