Skip to content

Commit

Permalink
Move NONE! to end of INDEX? & LENGTH? typespecs
Browse files Browse the repository at this point in the history
  • Loading branch information
earl committed Jan 20, 2013
1 parent 80877cc commit 02b81bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/boot/actions.r
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ at: action [

index?: action [
{Returns the current position (index) of the series.}
series [none! series! gob! port!]
series [series! gob! port! none!]
/xy {Returns index as an XY pair offset}
]

length?: action [
{Returns the length (from the current position for series.)}
series [none! series! port! map! tuple! bitset! object! gob! struct! any-word!]
series [series! port! map! tuple! bitset! object! gob! struct! any-word! none!]
]

;-- Series Extraction
Expand Down

0 comments on commit 02b81bc

Please sign in to comment.