selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
PositionImpl.Point
selery
command
util
PositionImpl
Undocumented in source.
struct
PositionImpl
(V)
static
struct
Point {
this
(bool absolute, T v);
T
apply
(T value);
string
toString
();
static
Point
fromString
(string str);
}
Constructors
this
this
(bool absolute, T v)
Undocumented in source.
Members
Functions
apply
T
apply
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromString
Point
fromString
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selery
command
util
PositionImpl
aliases
T
functions
toCoordsString
toString
properties
from
static functions
fromString
structs
Point