lights FAQ Forum github.com/luapower/terra.arrayview
This package
terra.arrayview
terra.rawstringview

Terra Standard Libraries
terra.low
terra.arrayview
terra.dynarray
terra.hashmap
terra.phf
terra.linkedlist
terra.fixedfreelist
terra.arrayfreelist
terra.lrucache
terra.bitarray
terra.utf8
terra.random

terra.rawstringview

Raw string arrayview and dynarray type for Terra


--[[

	Raw string arrayview and dynarray type for Terra.

	TODO: make these overloads of the arrayview and dynarray constructors instead.

	var s = V(rawstring|'string constant')      cast from C string
	v:onrawstring(rawstring) -> &v              init with C string

	var a = A(rawstring|'string constant')      cast from C string
	a:fromrawstring(rawstring)                  init with C string

]]

See the source code for more info.


Package:terra.arrayview
Pkg type:Terra
Version: a6da47b
Last commit:
Author: Cosmin Apreutesei
License: Public Domain

Requires: terra.dynarray  terra.low  glue  luajit  pp 

Required by: terra.dynarray  terra.tr  terra.layer 


Top