Exemplo n.º 1
0
 private static void patch(this patchList l, ptr <Prog> _addr_p, uint val)
 {
     ref Prog p = ref _addr_p.val;
Exemplo n.º 2
0
 public frag(uint i = default, patchList @out = default)
 {
     this.i    = i;
     this.@out = @out;
 }