transitions ( pairs -- n ) (original) (raw)
Vocabulary
cpu.arm.64.assembler
Inputs
pairs | an object |
---|
Outputs
n | an object |
---|
Definition
USING: grouping kernel sequences ;
: transitions ( pairs -- n ) [ all-equal? not ] count ;
Vocabulary
cpu.arm.64.assembler
Inputs
pairs | an object |
---|
Outputs
n | an object |
---|
Definition
USING: grouping kernel sequences ;
: transitions ( pairs -- n ) [ all-equal? not ] count ;