Search

February 12, 2024
Issues »
...compat(sym,impl,verid)    \
        __asm__(".symver " #impl ", " #sym "@" #verid)
#define __sym_default(sym,impl,verid...
February 11, 2024
Learn »
...taking this into account...

Looking at the impl, it's pretty simple.

Would it make...
February 07, 2024
General »
...AllocatorFN fn = {
        alloc: &alloc_impl,
        resize: &resize_impl,
        free: &free_impl
    };
}
```

That's it

```D...
January 20, 2024
Learn »
...might compare the D Trie impl with a Rust Trie impl in the future, but...
January 18, 2024
Learn »
...next step, I'd split up the impl() function so that I get a better...
January 16, 2024
Learn »
...i, child; node.edges)
            {
                impl(child, path ~ cast(char)('0' + i));
            }
        }
        impl(this);
    }
}

/**
 * Loads the...
January 16, 2024
Learn »
...gc.impl.conservative.gc.Gcx.mark!(false, true, true).mark(core.internal.gc.impl.conservative...
January 16, 2024
Learn »
...i, child; node.edges)
            {
                impl(child, path ~ cast(char)('0' + i));
            }
        }
        impl(this);
    }
}

/**
 * Loads the...
January 16, 2024
Learn »
...i, child; node.edges)
            {
                impl(child, path ~ cast(char)('0' + i));
            }
        }
        impl(this);
    }
}

/**
 * Loads the...
January 16, 2024
Learn »
...i, child; node.edges)
            {
                impl(child, path ~ cast(char)('0' + i));
            }
        }
        impl(this);
    }
}

/**
 * Loads the...
1 2 3
Next ›   Last »