Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in traits

Which is the best way of multiple inheritance in php?

Is there a way to hint to the compiler to use some kind of default generic type when using Option::None?

Using associated constant in a default trait implementation

rust constants traits

Mixin or Trait implementation in AS3?

Rebuilding lazily-built attribute when an underlying attribute changes in Moose

Working with trait objects requiring sized

generics rust traits

Why do we need traits in scala?

scala traits

Is it possible to specialize on a static lifetime?

Why does `Self` require a constant size at compile time for calling a free function but the equivalent trait function does not?

rust traits

Is there a way in scala to produce a generic instance without an example instance?

generics scala factory traits

Swappable Trait in Scala

scala inheritance traits

Inheritance and code reuse in stackable traits

memory usage @on_trait_change vs _foo_changed()

Is there an elegant way to make a generic tuple struct with an unused type without PhantomData?

struct tuples rust traits

spray-json: Serialize a generic trait

Extending a Scala collection

providing a constructor for a scala trait

scala constructor traits

Implementing PartialEq for a struct with From types

struct rust traits

Understanding the 'self' parameter in the context of trait implementations

rust traits self

Delaying trait initialization