heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

Create `@fprototype` and update code to use it #93

Open heyx3 opened 11 months ago

heyx3 commented 11 months ago

This macro removes types from a function declaration so that there's no risk of other overloads being seen as less specific by Julia's overload resolution.

Examples: