1.0.13 • Published 8 months ago

nv-facutil-x123-stack v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

nv-facutil-x123-stack

  • a 16-size fixed stack
  • only can save 1 ,2 ,3

install

  • npm install nv-facutil-x123-stack

splitted

usage

  const { f,c,m}   = require("nv-facutil-x123-stack");

example

0

    var stack = c();
    
		stack.push1()
		stack.push2()
		stack.push3()


		> stack.get(0)
		3
		> stack.get(1)
		2
		> stack.get(2)
		1
		> stack.len
		3
		> 

		> stack
		Stack(1) [ 27 ]
		> 

0_0

0_1

1

1_0

1_1

METHODS

APIS

LICENSE

  • ISC
1.0.13

8 months ago