Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Next

Next<I>: IterationMap[I[3]]

Move I's position forward

Type parameters

returns

Iteration

example

import {I} from 'ts-toolbelt'

type i = I.IterationOf<'20'>

type test0 = I.Pos<i>         // 20
type test1 = I.Pos<I.Next<i>> // 21

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.