#implement a custom writer

1 messages · Page 1 of 1 (latest)

idle snow
#

What's your usecase?

granite fox
#

This is assuming you need to implement something to satisfy the std library Writer interface, I second the question about your use case.

summer plover
#

is there a way to override the writer std.log and std.debug uses?

summer plover
#

ok ty

#

how do i get type of this inside of an unknown struct

#
  bar : int,
  
  somefunc(this : ?){
  }
} = .{5};