lengthd ( seq obj -- n obj ) - Factor Documentation

lengthd ( seq obj -- n obj )


Vocabulary
sequences

Inputs
seq an object
obj an object


Outputs
n an object
obj an object


Definition
USING: kernel ;

IN: sequences

: lengthd ( seq obj -- n obj ) [ length ] dip ; inline

AltStyle によって変換されたページ (->オリジナル) /