branch? ( object -- ? ) - Factor Documentation

branch? ( object -- ? )


Vocabulary
sequences .deep

Inputs
object an object


Outputs
? an object


Definition
IN: sequences.deep

GENERIC: branch? ( object -- ? )


Methods
USING: kernel math sequences.deep ;

M: integer branch? drop f ;


USING: kernel sequences.deep ;

M: object branch? drop f ;


USING: kernel sequences sequences.deep ;

M: sequence branch? drop t ;


USING: kernel sequences.deep strings ;

M: string branch? drop f ;

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