Search

October 10
General »
...an association between linking to the original data in the move constructor and pointers.

I...
October 09
General »
...const(T)[] data, const(T) *sum)
    => Result(data, sum);

  struct Result {
    const(T)[] data;

    const...
October 07
Learn »
...strdup(data.newPassword.toStringz);
                                break;
                            case "Password: ":
                            case "Current password: ":
                                responses[count].resp = strdup(data...
October 06
General »
...data = new int[size];
        writeln("Constructor called, data: ", data);
    }

    this(=MyStruct other) {
        data = other.data...
October 04
Issues »
...btn;

    void write(string s) const
    {
        g_signal_connect_data(cast(GtkButton*)btn, "clicked", &onClick);
    }
}
---

--
October 04
Learn »
...to ctfe; without clarification of what the data is idk, but if you could get...
October 04
Issues »
...emplace to mutate immutable data in @safe code. Since mutating immutable data results in undefined...
October 04
Learn »
...the JSONValue is huge. Like megabytes of data... And no I don't want to...
October 03
Learn »
...resp, void *appdata_ptr)
    {
        pam_data *data = cast(pam_data*)appdata_ptr;

        *resp = cast(pam...
October 03
Learn »
...resp, void *appdata_ptr) {
    pam_data *data = cast(pam_data*)appdata_ptr;

    *resp = cast(pam...
1 2 3 4 5 6 7 8 9 10 11 12
Next ›   Last »