Handbook
Glossary
validate-table ( table -- table )
Vocabulary
noise
Inputs
table
an
object
Outputs
table
an
object
Definition
USING:
byte-arrays
combinators.short-circuit
kernel
math
sequences
;
IN:
noise
:
validate-table
( table -- table )
dup
{
[
byte-array?
]
[
length
512
>=
]
}
1&&
[
invalid-perlin-noise-table
]
unless
;