ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
Dub
Repo
Mapped
ae
sys
persistence
mapped
Map a file onto a D type. Experimental.
struct
Mapped (
T
) {
this
(string fn);
typeof
(
__mapped_makeFile
(
null
))
__mapped_file
;
this(this)
;
T
__mapped_data
[@property getter];
}
Constructors
this
this
(string fn)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
__mapped_data
Members
Properties
__mapped_data
T
__mapped_data
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
__mapped_file
typeof
(
__mapped_makeFile
(
null
))
__mapped_file
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
persistence
mapped
structs
Mapped
Map a file onto a D type. Experimental.