dxx.util.algo

Copyright 2018 Mark Fisher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Members

Aliases

Identity
alias Identity(alias Func) = Func
Undocumented in source.

Functions

Append
auto ref Append()
Undocumented in source. Be warned that the author may not have intended to support it.
Apply
auto ref Apply()
Undocumented in source. Be warned that the author may not have intended to support it.
Assign
void Assign()
Undocumented in source. Be warned that the author may not have intended to support it.
AssignFalse
void AssignFalse()
Undocumented in source. Be warned that the author may not have intended to support it.
AssignTo
void AssignTo(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
AssignTrue
void AssignTrue()
Undocumented in source. Be warned that the author may not have intended to support it.
Prepend
auto ref Prepend()
Undocumented in source. Be warned that the author may not have intended to support it.
_Append
auto ref _Append(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
_Apply
auto ref _Apply(Arg a)
Undocumented in source. Be warned that the author may not have intended to support it.
_Prepend
auto ref _Prepend(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
apply
auto ref apply(Arg a)
Undocumented in source. Be warned that the author may not have intended to support it.
applyNext
auto ref applyNext(Arg a)
Undocumented in source. Be warned that the author may not have intended to support it.
assignTo
void assignTo(F f, T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

Map
template Map(alias Func, args...)
Undocumented in source.
lambda
template lambda(alias Func)
Undocumented in source.
removeElement
template removeElement(T, alias V)
Undocumented in source.

Meta