infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
Point Struct Reference

A simple struct with two doubles, often used to test pass-by-value on registers. More...

#include <types.h>

Public Attributes

double x
 
double y
 

Detailed Description

A simple struct with two doubles, often used to test pass-by-value on registers.

Member Data Documentation

◆ x

double Point::x

◆ y

double Point::y

The documentation for this struct was generated from the following files: