Beispiel #1
0
 internal static Zen <SwitchState> AddPacket(this Zen <SwitchState> wd, Zen <Pair <ushort, Pair <byte, bool> > > p)
 {
     return(wd.SetPackets(wd.GetPackets().AddFront(p)));
 }