w4d.util.tuple

+ Authors: KanzakiKino + Copyright: KanzakiKino 2018 + License: LGPL-3.0

Public Imports

std.typecons
public import std.typecons;

Members

Functions

isIn
bool isIn(T1 needle, Args haystack)

Checks if needle is in haystack. Tuples in haystack will be expanded.

Meta